Foundation API Reference
Foundation
API
Reference
io.
esper.
foundationsdk
Constants
io.
esper.
foundationsdk.
adb
Esper
Adb
Manager
io.
esper.
foundationsdk.
alarm
Esper
Alarm
Manager
io.
esper.
foundationsdk.
backup
Backup
File
Info
Backup
Manager
io.
esper.
foundationsdk.
branding
Branding
Manager
io.
esper.
foundationsdk.
config
Esper
Config
Manager
io.
esper.
foundationsdk.
credentials
Certificate
Manager
Cert
Type
USR_CERT
CA_CERT
Cert
Usage
Type
WIFI
ETHERNET
SYSTEM
io.
esper.
foundationsdk.
ethernet
Ethernet
Config
Builder
Host
Configuration
Mode
STATIC
DHCP
UNSPECIFIED
Proxy
Mode
NONE
STATIC
PAC
UNSPECIFIED
Security
Config
Builder
Security
Mode
OPEN
EAP_TLS
UNSPECIFIED
Static
Host
Config
Builder
Static
Proxy
Config
Builder
Ethernet
Config
Manager
io.
esper.
foundationsdk.
lib
Api
Level
Esper
Sdk
Exception
Min
Api
Level
Unsupported
Api
Exception
Unsupported
Target
Exception
io.
esper.
foundationsdk.
runtimepermission
Esper
Runtime
Permission
Manager
io.
esper.
foundationsdk.
systemui
Navigation
Bar
Manager
io.
esper.
foundationsdk.
usb
Usb
Permission
Manager
io.
esper.
foundationsdk.
wifi
Esper
Eap80211
Esper
Proxy
Esper
Wifi
Configuration
Esper
Wifi
Manager
Foundation API Reference
/
io.esper.foundationsdk.wifi
/
EsperProxy
Esper
Proxy
public
class
EsperProxy
implements
Parcelable
Constructors
Functions
Properties
Constructors
Esper
Proxy
Link copied to clipboard
public
void
EsperProxy
(
)
Properties
exclusion
List
Link copied to clipboard
@
SerializedName
(
value
=
"exclusion_domains"
)
@
Expose
(
)
public
Array
<
String
>
exclusionList
host
Name
Link copied to clipboard
@
SerializedName
(
value
=
"hostname"
)
@
Expose
(
)
public
String
hostName
pac
Url
Link copied to clipboard
@
SerializedName
(
value
=
"pac_url"
)
@
Expose
(
)
public
String
pacUrl
port
Link copied to clipboard
@
SerializedName
(
value
=
"port"
)
@
Expose
(
)
public
int
port
Functions
equals
Link copied to clipboard
public
boolean
equals
(
Object
o
)
get
Exclusion
List
Link copied to clipboard
public
Array
<
String
>
getExclusionList
(
)
get
Host
Name
Link copied to clipboard
public
String
getHostName
(
)
get
Pac
Url
Link copied to clipboard
public
String
getPacUrl
(
)
get
Port
Link copied to clipboard
public
int
getPort
(
)
hash
Code
Link copied to clipboard
public
int
hashCode
(
)
set
Exclusion
List
Link copied to clipboard
public
void
setExclusionList
(
Array
<
String
>
exclusionList
)
set
Host
Name
Link copied to clipboard
public
void
setHostName
(
String
hostName
)
set
Pac
Url
Link copied to clipboard
public
void
setPacUrl
(
String
pacUrl
)
set
Port
Link copied to clipboard
public
void
setPort
(
int port
)
to
String
Link copied to clipboard
public
String
toString
(
)